home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MISC / SHELL.ARC / Shell / h / PlotIcon < prev    next >
Encoding:
Text File  |  1994-05-17  |  643 b   |  19 lines

  1. #ifndef __Shell_PlotIcon_h
  2. #define __Shell_PlotIcon_h
  3.  
  4. #ifndef __dl_wimp_h
  5. #include "DeskLib:Wimp.h"
  6. #endif
  7.  
  8. os_error *Shell_PlotIcon( icon_block *icon, Shell_convertpoint convert);
  9.     /* Plots an icon using Wimp_PlotIcon, but first clips the workarearect    */
  10.     /* of the icon so that all screen coors are 16 bits.            */
  11.     /* Restores the old workarearect before returning            */
  12.     /* Using this call instead of Wimp_PlotIcon enables the use of (for     */
  13.     /* example) large icons with sizes>32767, which maybe used in Shell_    */
  14.     /* windows to display large arrays etc.                    */
  15.     /* This fn is used by Shell_* when Shell rects need redrawing.        */
  16.  
  17.  
  18. #endif
  19.